home *** CD-ROM | disk | FTP | other *** search
/ New Masters of Flash / New Masters of Flash.iso / pc / MOVIES / 11.dir / 00044_Text_text04.txt < prev    next >
Text File  |  2000-10-01  |  1KB  |  66 lines

  1. The following script is incorporated into the dummy button.
  2. on (keyPress "1") {
  3. VX1 = Number(VX1)+Number(plusV);
  4. VY1 = Number(VY1)+Number(plusV);
  5. tellTarget ("/tenkey/key1") {
  6. gotoAndPlay (2);
  7. }
  8. }
  9. on (keyPress "2") {
  10. VX2 = Number(VX2)+Number(plusV);
  11. VY1 = Number(VY1)+Number(plusV);
  12. tellTarget ("/tenkey/key2") {
  13. gotoAndPlay (2);
  14. }
  15. }
  16. on (keyPress "3") {
  17. VX3 = Number(VX3)+Number(plusV);
  18. VY1 = Number(VY1)+Number(plusV);
  19. tellTarget ("/tenkey/key3") {
  20. gotoAndPlay (2);
  21. }
  22. }
  23. on (keyPress "4") {
  24. VX1 = Number(VX1)+Number(plusV);
  25. VY2 = Number(VY2)+Number(plusV);
  26. tellTarget ("/tenkey/key4") {
  27. gotoAndPlay (2);
  28. }
  29. }
  30. on (keyPress "5") {
  31. VX2 = Number(VX2)+Number(plusV);
  32. VY2 = Number(VY2)+Number(plusV);
  33. tellTarget ("/tenkey/key5") {
  34. gotoAndPlay (2);
  35. }
  36. }
  37. on (keyPress "6") {
  38. VX3 = Number(VX3)+Number(plusV);
  39. VY2 = Number(VY2)+Number(plusV);
  40. tellTarget ("/tenkey/key6") {
  41. gotoAndPlay (2);
  42. }
  43. }
  44. on (keyPress "7") {
  45. VX1 = Number(VX1)+Number(plusV);
  46. VY3 = Number(VY3)+Number(plusV);
  47. tellTarget ("/tenkey/key7") {
  48. gotoAndPlay (2);
  49. }
  50. }
  51. on (keyPress "8") {
  52. VX2 = Number(VX2)+Number(plusV);
  53. VY3 = Number(VY3)+Number(plusV);
  54. tellTarget ("/tenkey/key8") {
  55. gotoAndPlay (2);
  56. }
  57. }
  58. on (keyPress "9") {
  59. VX3 = Number(VX3)+Number(plusV);
  60. VY3 = Number(VY3)+Number(plusV);
  61. tellTarget ("/tenkey/key9") {
  62. gotoAndPlay (2);
  63. }
  64. gotoAndPlay ("loop1");
  65. }
  66.